img.straiton-logo {
    width: 200px;
    margin-left: 50px;
}

.navbar-expand-lg {
    border-bottom: 3px solid #30aa44;
}

ul.nav.navbar-nav.straiton-navbar-nav a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: bold;
    margin-left: 30px;
}

.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
    content: "\f015";
    margin-right: 10px;
}

.fa-briefcase:before {
    content: "\f0b1";
    margin-right: 10px;
}

.fa-question:before {
    content: "\3f";
    margin-right: 10px;
}

.fa-file:before {
    content: "\f15b";
    margin-right: 10px;
}

a.login-link {
    border: 2px solid #000;
    padding: 15px;
    border-radius: 8px;
}

a.login-link:hover {
    background: #ececec;
    color: #0000;
    transition: 0.6s;
}

a.login-link:focus {
    background: #ececec;
    color: #000;
    outline: 2px dashed #000;
}

a.register-link {
    border: 2px solid #000;
    padding: 15px;
    border-radius: 8px;
    background: #30aa44;
}

a.register-link:hover {
    background: #ececec;
    color: #0000;
    transition: 0.6s;
}

a.register-link:focus {
    background: #ececec;
    color: #000;
    outline: 2px dashed #000;
}

img.hero-img {
    margin-left: -35%;
    width: 167%;
    margin-top: -2.4%;
}

ul.nav.navbar-nav.straiton-navbar-nav {
    margin-left: 43%;
}

img.reg-img-two {
    width: 100% !important;
}

img.reg-img-three {
    width: 100% !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    border: 3px solid #30aa44;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

button.navbar-toggler {
    border: 2px solid #30aa44;
}

a#btn1 {
    border: 2px solid #000;
    padding: 15px;
    border-radius: 8px;
    background: #30aa44;
    color: #000;
    font-family: "Open Sans";
    font-weight: bold;

}

.panel-heading.resident-heading {
    font-size: 32px !important;
    font-weight: bold;
    color: #000;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1440px) {
    ul.nav.navbar-nav.straiton-navbar-nav {
        margin-left: 25%;
    }
}

@media only screen and (max-width: 1024px) {

    ul.nav.navbar-nav.straiton-navbar-nav a {
        font-size: 14px;
    }

    img.straiton-logo {
        width: 150px;
    }

    ul.nav.navbar-nav.straiton-navbar-nav {
        margin-left: 18%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
        margin-right: 10px;
        border: 2px solid #30aa44;
    }
}

@media only screen and (max-width: 768px) {
    ul.nav.navbar-nav.straiton-navbar-nav {
        margin-left: 0;
    }

    li#LoginListItem {
        margin-top: 20px;
    }

    li#RegisterListItem {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    li#DefaultListItem {
        border: 2px solid;
        text-align: center;
    }

    li#FindJobsTrainingListItem {
        border: 2px solid;
        text-align: center;
    }

    li#AboutUsListItem {
        border: 2px solid;
        text-align: center;
    }

    li#ContactUsListItem {
        border: 2px solid;
        text-align: center;
    }

    div#LatestVacancyPanels {
        display: grid;
    }
}

@media only screen and (max-width: 425px) {
    ul.nav.navbar-nav.straiton-navbar-nav a {
        margin-left: 0px !important;
    }
}